home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000225_news@newsmaster….columbia.edu _Thu May 22 16:42:27 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA10735
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 May 1997 16:42:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA04639
  7.     for kermit.misc@watsun; Thu, 22 May 1997 16:42:25 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!rill.news.pipex.net!pipex!newsfeed.nacamar.de!Frankfurt.Germany.EU.net!Munich.Germany.EU.net!ibm.de!heidelbg.ibm.com!hursley.ibm.com!ausnews.austin.ibm.com!not-for-mail
  9. From: David Greeson <dgreeson@raleigh.ibm.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Transmit drops the last 10-14 characters
  12. Date: Thu, 22 May 1997 15:04:17 -0400
  13. Organization: IBM Austin 
  14. Lines: 24
  15. Message-ID: <338498B1.41C6@raleigh.ibm.com>
  16. NNTP-Posting-Host: skyhawk.raleigh.ibm.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01 (X11; I; AIX 1)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7067
  22.  
  23. Hi,
  24.  
  25. I'm using C-Kermit's transmit command to transfer an
  26. ascii file out of a serial port to an embedded uP.  I'm
  27. running Linux v1.2.29 and I don't remember the C-Kermit
  28. version, but I down loaded the version two months ago.
  29. I set the following items:
  30.  
  31. set line /dev/cua0
  32. set speed 19200
  33. set file type binary (so it will transfer a byte at a time)
  34. set flow xon
  35.  
  36. Then I set the uP to receive the ascii file and type crtl-\c
  37. C-kermit> transmit foo.bar
  38.  
  39. The uP receives the whole file except for the last 10-14
  40. characters.  The com port has a 16550A uart.  I was wondering
  41. if C-Kermit opened the device; transmitted the file; Then
  42. closed the device before all the characters were transmitted?
  43. Is there a setup option that I missed? 
  44.  
  45. Thanks,
  46. David